home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / SoundAndMusic / SoundKit / SoundEditor / English.lproj / InfoPanel.nib / data.classes next >
Text File  |  1992-07-09  |  530b  |  42 lines

  1. MySubclass = {
  2.     SUPERCLASS = Object;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. SoundController = {
  10.     ACTIONS = {
  11.     didRecord:;
  12.     willPlay:;
  13.     open:;
  14.     pause:;
  15.     hadError:;
  16.     didPlay:;
  17.     save:;
  18.     saveAs:;
  19.     stop:;
  20.     appDidBecomeActive:;
  21.     record:;
  22.     newSoundDoc:;
  23.     revertToSaved:;
  24.     appDidHide:;
  25.     willRecord:;
  26.     info:;
  27.     play:;
  28.     };
  29.     OUTLETS = {
  30.     meter;
  31.     myStringTable;
  32.     pauseButton;
  33.     controlPanel;
  34.     currentDocument;
  35.     playButton;
  36.     infoPanel;
  37.     recordButton;
  38.     stopButton;
  39.     };
  40.     SUPERCLASS = Object;
  41. };
  42.